home *** CD-ROM | disk | FTP | other *** search
/ Freelog 97 / FreelogNo97-MaiJuin2010.iso / Jeu / FlightGear / fgsetup-2.0.0.exe / {app} / data / Models / Geometry / square.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-11-30  |  834 b   |  46 lines

  1. <?xml version="1.0"?>
  2.  
  3. <PropertyList>
  4.     <path>square.ac</path>
  5.  
  6.     <animation>
  7.         <type>select</type>
  8.         <object-name>top</object-name>
  9.         <condition>
  10.             <not>
  11.                 <property>sim/model/geometry/square/top</property>
  12.             </not>
  13.         </condition>
  14.     </animation>
  15.  
  16.     <animation>
  17.         <type>select</type>
  18.         <object-name>left</object-name>
  19.         <condition>
  20.             <not>
  21.                 <property>sim/model/geometry/square/left</property>
  22.             </not>
  23.         </condition>
  24.     </animation>
  25.  
  26.     <animation>
  27.         <type>select</type>
  28.         <object-name>right</object-name>
  29.         <condition>
  30.             <not>
  31.                 <property>sim/model/geometry/square/right</property>
  32.             </not>
  33.         </condition>
  34.     </animation>
  35.  
  36.     <animation>
  37.         <type>select</type>
  38.         <object-name>bottom</object-name>
  39.         <condition>
  40.             <not>
  41.                 <property>sim/model/geometry/square/bottom</property>
  42.             </not>
  43.         </condition>
  44.     </animation>
  45. </PropertyList>
  46.